GetData<T>(Asynchronous,T) Method
Gets data from the GPU asynchronously.
'Declaration
Public Overloads Function GetData(Of As {New, Struct})( _
ByVal As Asynchronous, _
ByRef As _
) As Boolean
public bool GetData<>(
Asynchronous ,
out
)
where T: new(), struct
Parameters
- data
- The asynchronous data provider.
- result
- The data retrieved from the GPU.
Type Parameters
- T
Return Value
True if result contains valid data, false otherwise.